From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 18:07:13 +0000 (+0100) Subject: gtk: mark gtk_flatten_list_model_get_model_for_item as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=38b8da0f5fd3a85f37ce37479c7f28fac018221e;p=gtk4.git gtk: mark gtk_flatten_list_model_get_model_for_item as nullable --- diff --git a/gtk/gtkflattenlistmodel.c b/gtk/gtkflattenlistmodel.c index 23b26a35f4..15a164f5c9 100644 --- a/gtk/gtkflattenlistmodel.c +++ b/gtk/gtkflattenlistmodel.c @@ -510,7 +510,7 @@ gtk_flatten_list_model_get_model (GtkFlattenListModel *self) * * Returns the model containing the item at the given position. * - * Returns: (transfer none): the model containing the item at @position + * Returns: (transfer none) (nullable): the model containing the item at @position */ GListModel * gtk_flatten_list_model_get_model_for_item (GtkFlattenListModel *self,